/*about*/
.nybanner{background: url(../images/nybanneraa.jpg) no-repeat center top; height: 800px;}
.nybanner span{font-size: 45px; color: rgba(255,255,255,0.8); font-weight: bold; text-align: center; display: block; padding-top: 250px; box-sizing: border-box; letter-spacing: 5px;}

.about-container .about-section1 {
    background: url("../images/about-bg.png") left bottom no-repeat #f5f6f8;
    background-size: cover;
    padding: 80px 0;
    height: 840px;
    box-sizing: border-box;
  }
  .about-container .about-section1 .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    width: 81.2%;
  }
  .about-container .about-section1 .common-title-module {
    max-width:400px;
  }
  .main-container .common-title-module .title {
    position: relative;
    /*font-size: 1rem;*/
    font-size:40px;
    font-weight: 600;
    color: #f08300;
    transition-delay: 0.15s;
    padding-bottom: 18px;
    padding-top: 40px;
  }
  .main-container .common-title-module .desc {
    position: relative;
    /* font-size: 0.45rem !important; */
    font-size: 28px;
    font-weight: 400;
    transition-delay: 0.3s;
    color: #1A1A1A;
    line-height: 1.6;
    margin-top: 20px;
}
.about-container .about-section1 .right-info {
    width: 65%;
}

.about-container .about-section1 .right-info .desc {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 2;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.about-container .about-section1 .right-info .list {
    padding: 40px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #808080;
}

.about-container .about-section1 .right-info .list li:nth-child(1) {
    width: 100%;
}
.about-container .about-section1 .right-info .list li {
    width: auto;
    padding: 0 20px;
    border-left: 5px solid rgba(26, 26, 26, 0.1);
    margin-right: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    color: #555;
}
.about-container .about-section1 .right-info .list li .number .c-num-move {
    font-size: 30px;
    font-weight: bold;
    color: #f08300;
    margin-bottom: 8px;
}

.about-container .coo-section1.about-section2 {
    background: #c0d8ff;
    background-size: cover;
    padding: 30px 0 30px;
}

.about-container .coo-section1.about-section2 .section1-top.show .about-title {
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: block;
    margin:0 auto;
}

.main-container .common-title:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 10px;
    background: #f08300;
    transform: skew(-20deg);
    margin-left: 0.05rem;
}

.container {
    margin: 50px auto;
    width: 80%;
}
.adv-section{width:100%;}

.about-container .about-title {
    font-size: 38px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 1;
}
.cooperation-container .coo-section1 .adv-section .list {
    margin: 50px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cooperation-container .coo-section1 .adv-section .list .item {
    transition-delay: 0.15s;
    clip-path: polygon(0.3rem 0, 100% 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0px 100%, 0 calc(100% - 0px), 0 10px);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    background: #fff;
    width: 23% !important;
    margin: 0 1%;
}

.cooperation-container .coo-section1 .adv-section .list .item .content {
    padding: 40px;
    overflow: hidden;
    box-sizing: border-box;
    min-height: 300px;
    color: #B3B3B3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cooperation-container .coo-section1 .adv-section .list .item .content .format {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
}

.cooperation-container .coo-section1 .adv-section .list .item .content .title{
    vertical-align: top;
    font-size: 20px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 1.6;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.cooperation-container .coo-section1 .adv-section .list .item .content .format .number {
    font-size: 60px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.07);
  }
  .cooperation-container .coo-section1 .adv-section .list .item .content .format .t1 {
    display: block;
  }
  .cooperation-container .coo-section1 .adv-section .list .item .content .format .icon {
    display: block;
    max-width: 55px;
    vertical-align: middle;
  }
  .cooperation-container .coo-section1 .adv-section .list .item .content .format .icon1 {
    max-width: 55px;
    vertical-align: middle;
    display: none;
  }

  .cooperation-container .coo-section1 .adv-section .list .item:hover {
  background: #f08300;
}
.cooperation-container .coo-section1 .adv-section .list .item:hover .content {
  color: #FFFFFF;
}
.cooperation-container .coo-section1 .adv-section .list .item:hover .content .format .number {
  color: rgba(255, 255, 255, 0.1);
}
.cooperation-container .coo-section1 .adv-section .list .item:hover .content .format .icon {
  display: none;
}
.cooperation-container .coo-section1 .adv-section .list .item:hover .content .format .icon1 {
  display: block;
}
.cooperation-container .coo-section1 .adv-section .list .item:hover .content .title {
  color: #FFFFFF;
}
.cooperation-container .coo-section1 .adv-section .list .item:hover .content .desc {
  color: rgba(255, 255, 255, 0.5);
}


.about-container .about-section4.coo-section1 {
  padding: 80px 0;
  background: center bottom no-repeat url(../images/about-bg2.png);
  background-size: cover;
}

.about-container .about-section4.coo-section1 .section1-top {
  padding-top: 30px;
  margin-top: 28px;
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.about-container .about-section4.coo-section1 .adv-section .item {
  background: #FFFFFF;
}

.about-container .about-section4.coo-section1 .adv-section .item .label {
  position: relative;
  display: block;
  width: 100px;
  font-size: 16px;
  font-weight: 400;
  color: #1A1A1A;
  text-align: center;
  padding: 1px;
}

.about-container .about-section4.coo-section1 .adv-section .item .label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.about-container .about-section4.coo-section1 .adv-section .item .label span {
  line-height: 35px;
  display: block;
  position: relative;
  background: #FFFFFF;
  transition: all 0.3s ease-in-out;
  clip-path: polygon(0.1rem 0, 100% 0, 100% 0, 100% calc(100% - 0.1rem), calc(100% - 0.1rem) 100%, 0.1rem 100%, 0 calc(100% - 0px), 0 0.1rem);
  clip-path: polygon(0.09rem 0, 100% 0, 100% 0, 100% calc(100% - 0.09rem), calc(100% - 0.09rem) 100%, 0.09rem 100%, 0 calc(100% - 0px), 0 0.09rem);
}

.about-container .about-section4.coo-section1 .adv-section .item:hover .label {
  color: #FFFFFF;
}
.about-container .about-section4.coo-section1 .adv-section .item:hover .label:before {
  background: rgba(255, 255, 255, 0.5);
}
.about-container .about-section4.coo-section1 .adv-section .item:hover .label span {
  background: #cd1602;
}
.about-container .about-section4.coo-section1 .adv-section .item:hover .content1 .title {
  filter: grayscale(100%) brightness(100);
}
.about-container .about-section4.coo-section1 .adv-section .item:hover .content1 .desc {
  color: #FFFFFF;
}

/*产品展示*/
.nybannerb{background: url(../images/nybannerb.jpg) no-repeat center top; height: 500px;}

.product-container .product-nav-section {
  line-height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-container .product-nav-section .left {
  width: 65.5%;
  padding-left: 50px;
  background-color: #2B2E33;
  box-sizing: border-box;
  color: #fff;
}

.product-container .product-nav-section .left a{color: #fff;}
@media (max-width:1200px) {
  .product-container .product-nav-section .left {
    width: 100%;
    padding-left: 30px;
  }
}
.product-container .product-nav-section .left .nav {
  max-width: 50px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width:1200px) {
  .product-container .product-nav-section .left .nav {
    max-width: 100%;
  }
}
.product-container .product-nav-section .left .nav:hover dd {
  padding: 10px 0 10px 30px;
  scrollbar-width: thin;
  scrollbar-color: #cd1602 transparent;
  height: 4rem;
  overflow: auto;
}
.product-container .product-nav-section .left .nav:hover dd::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.07);
}
.product-container .product-nav-section .left .nav:hover dd::-webkit-scrollbar-thumb {
  background-color: #cd1602;
  border-radius: 10px;
}
.product-container .product-nav-section .left .nav dd {
  overflow: hidden;
  height: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 0 0 0 30px;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  line-height: 40px;
  z-index: 5;
  box-shadow: 0 12px 100px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}

.product-container .product-nav-section .left .nav:active:after {
  transform: rotate(180deg);
}
.product-container .product-nav-section .right {
  width: 34.5%;
  background-color: #f08300;
}
@media (max-width:1200px) {
  .product-container .product-nav-section .right {
    width: 100%;
  }
}
.product-container .product-nav-section .right .search-module {
  width: 100%;
  height: 80px;
  padding: 0 30px;
}
.product-container .product-nav-section .right .search-module .icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.product-container .product-nav-section .right .search-module .input {
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #FFFFFF;
  background-color: transparent;
  border: 0px none;
}
@media (max-width:990px) {
  .product-container .product-nav-section .right .search-module .input {
    font-size: 16px;
  }
}
.product-container .product-nav-section .right .search-module ::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
@media (max-width:990px) {
  .product-container .product-nav-section .right .search-module ::placeholder {
    font-size: 16px;
  }
}

.product-container .product-section .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-container .product-section .list .item .top {
  width: 100%;
  background: linear-gradient(to bottom, rgba(26,127,183,0.6) 0%, rgba(43, 47, 51, 0) 100%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.product-container .product-section .list .item {
  width: calc(19%);
  margin-right: 1%;
  margin-top: 0.6rem;
  background-color: #FFFFFF;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-content: first baseline;
  vertical-align: top;
}
.product-container .product-section .list .item a {
  display: block;
  min-height: 6rem;
  margin-top: -0.2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.product-container .product-section .list .item .content {
  box-sizing: border-box;
  min-height: 100px;
  padding-bottom: 20px;
  background-color: #FFFFFF;
  text-align: center;
}



.product-container .product-section .list .item .content .label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(228, 24, 2, 0.8);
}

.product-container .product-section .list .item .content .label {
  position: relative;
  display: inline-block;
  min-width: 95px;
  font-size: 15px;
  font-weight: 400;
  color: #E41802;
  padding: 1px;
}
.product-container .product-section .list .item .content .label span {
  line-height: 1;
  display: block;
  position: relative;
  background: #FFFFFF;
  padding: 10px 20px;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  column-gap:2px
}

.product-container .product-section .list .item .content .label span b{    display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  white-space: nowrap; font-weight: normal; font-style: normal;}


  .product-container .product-section .list .item .content .label span b i{
  font-weight: normal; font-style: normal; font-size: 12px;}


.product-container .product-section .list .item .content .title {
  font-size: 18px;
  font-weight: 600;
  color: #1A1A1A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 20px 0 15px;
}

.product-container .product-section .list .item .content .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 15px;
  font-weight: 400;
  color: #808080;
  line-height: 1.6;
  text-align: center;
  min-height: 58px;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

.product-container .product-section .list .item .content .more {
  opacity: 0;
  transform: translateY(-30px);
  width: 80%;
  height: 58px;
  background: #f08300;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  margin: auto;
  margin-bottom: -80px;
}

.product-container .product-section .list .item .content .more .a {
  font-size: 15px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 58px;
  padding: 0 30px;
  font-style: italic;
  font-weight: 600;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.product-container .product-section .list .item .content .more .a:after {
  content: '';
  display: block;
  width: 11px;
  height: 12px;
  background: url('../images/icon-crumb.png') no-repeat;
  background-size:11px 12px;
}
.product-container .product-section .list .item:hover .content .more {
  opacity: 1;
  transform: translateY(-60px);
}


/*产品详情页*/
.product-info-section1.common-banner {
  height: 700px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.product-info-section1.common-banner .bg {
  background: top center no-repeat;
  background-size: 100% auto;
}

.main-container .common-banner .bg {
  background: right bottom no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 620px;
  animation-delay: 1s !important;
}

.product-info-section1.common-banner .text1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.main-container .common-banner .text1 {
  position: relative;
  padding-top: 30px;
  z-index: 4;
}

.product-info-section1.common-banner .text1 .pro-pic {
  max-width: 60%;
  padding-bottom: 3%;
  margin-right: -10px;
}

.main-container .common-title {
  font-size: 40px;
  font-weight: 600;
  color: #1A1A1A;
  position: relative;
  margin-bottom: 20px;
}

.product-info-section1.common-banner .t1 {
  transition-delay: 0.15s;
  font-size: 40px;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 2;
}

.product-info-section1.common-banner .tips {
  font-size: 22px;
    line-height: 1;
    color: #f08300;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    column-gap: 2px;
    align-items: center;
}


.product-info-section1.common-banner .tips b {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  white-space: nowrap;
}
.product-info-section1.common-banner .tips b  i {
  font-style: normal;
  font-size: var(--fsize-base);
}

.product-info-section1.common-banner .t3 {
  transition-delay: 0.3s;
  padding: 20px 0;
  font-size: 15px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 1.8;
}

.main-container{background-color: #f5f6f9;}

/*解决方案*/
.nybannerc{background: url(../images/nybannerc.jpg) no-repeat center top; height: 500px;}

/*质量管理*/
.nybannerd{background: url(../images/nybannera.jpg) no-repeat center top; height: 500px;}
.nybannerd span{font-size: 45px; color: rgba(255,255,255,0.8); font-weight: bold; text-align: center; display: block; padding-top: 250px; box-sizing: border-box; letter-spacing: 5px;}

.contain {
  width: 90%;
  margin: 0 auto;
  max-width: 100%;
}

.page-wrap {
  padding-top: 50px;
  background-color: #f5f6f9;
  padding-bottom: 100px;
}

.solutionlist .other-solution-title {
  font-size: 36px;
  color: #444444;
  font-weight: normal;
  text-align: center;
}

.solutionlist .other-solution-table {
  overflow: hidden;
  border-radius: 15px;
  display: table;
  width: 60%;
  background: #FFFFFF;
  margin: 20px auto;
}

.solutionlist .other-solution-cell {
  width: 33%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid rgba(204, 204, 204, 0.25);
  -webkit-transition: all 0.36s;
  transition: all 0.36s;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 0px;
  background-image: url(../images/solubg.jpg);
  
}

.solutionlist .other-solution-cell:nth-child(odd) {
  background-position: left bottom;
}

.solutionlist .other-solution-cell:first-child {
  border-left: none;
}

.solutionlist .cell-cont {
  font-size: 20px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  position: relative;
  padding-bottom: 20%;
}

.solutionlist .cell-cont-inner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.solutionlist .cell-icon {
  font-size: 50px;
  color: #444444;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin: 0;
}

.solutionlist .cell-name {
  display: block;
  font-size:20px;
  color: #666666;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.solutionlist .other-solution-cell:hover {
  background-size: 100% 100%;
}

.solutionlist .other-solution-cell:hover .cell-icon {
  color: #FFFFFF;
}

.solutionlist .other-solution-cell:hover .cell-name , .other-solution-table a.on .cell-name {
  color: #FFFFFF;
}

.cell-cont-inner i {
  display: block;
  display: block;
  width: 74px;
  height: 74px;
  margin: 0 auto;
}

.main-containera{background-color: transparent !important;}

.nrsolutionlist {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
}
.nrsolutionlist li {
  overflow: hidden;
  width: 23%;
  margin:0 1% 50px;
}
.nrsolutionlist li .img {
  height: 250px;
  overflow: hidden;
  border-radius: 18px;
  margin-bottom: 15px;
}
.nrsolutionlist li .wz {
  margin: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nrsolutionlist li .wz h6 {
  color: #1d1d1f;
  font-size: 20px;
  font-weight: 600;
}

.nrsolutionlist li .wz .slmorelink {
  border: 1px solid #1a55b9;
  color: #1a55b9;
  font-size: 15px;
  border-radius: 50px;
  padding: 12px;
  display: flex;
  align-items: center;
}

.nrsolutionlist li .wz img {
  display: block;
  width: 23px;
  height: 8px;
}

.nrsolutionlist li .wz h6:hover {
  background-image: linear-gradient(to right, #1694c7, #13a5c5,#0fbcc3, #09d7bf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateX(0);
  transform: 0.5s ease-in;
}

.nrsolutionlist li .wz .slmorelink:hover {
  border: 1px solid #09d7bf;
  background-image: linear-gradient(to right, #1694c7, #13a5c5,#0fbcc3, #09d7bf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateX(0);
  transform: 0.5s ease-in;
}

.nrsolutionlist li .wz .more2 {
  display: none;
}

.nrsolutionlist li .wz .slmorelink:hover .more2 {
  display: block;
}

.nrsolutionlist li .wz .slmorelink:hover .more1 {
  display: none;
}

/*生产设备*/
.nysc{padding: 50px 0; width: 80%; margin: 0 auto;}
.nyscsb{
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  padding-bottom: 18px;
  border-bottom: 1px solid #ddd;
}
.nyscimg{margin-top: 25px; text-align: center;}
.nyscimg img{display: block; width: 70%; margin: 30px auto;}


/*新闻资讯*/
.nybannere{background: url(../images/nybannerd.jpg) no-repeat center top; height: 500px;}

.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 60%;
}

.company-news-container .main-news-section a {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
}
.company-news-container .main-news-section {
  position: relative;
  z-index: 10;
  background: #f5f6f8;
}
.company-news-container .main-news-section .right {
  width: 50%;
  background: #f5f6f8;
}
.company-news-container .main-news-section .right .content .date {
  font-size: 14px;
  font-weight: 400;
  color: #E41802;
  line-height: 1.77;
  margin-bottom: 15px;
}

.company-news-container .main-news-section .right .content .title {
  font-size: 25px;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 1.6;
  margin-bottom: 35px;
}

.company-news-container .main-news-section .right .content .info {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
  line-height: 1.5;
}

.company-news-container .main-news-section .left {
  width: 50%;
}
.company-news-container .main-news-section .right {
  width: 50%;
}

.company-news-container .main-news-section .right .content {
  max-width: 80%;
  padding-top: 60px;
  padding-left: 80px;
  padding-bottom: 70px;
  box-sizing: border-box;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}
.public-img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.company-news-container .common-button .inner_text {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: normal;
  color: #1A1A1A;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 54px;
  line-height: 38px;
}

.company-news-container .common-button .inner_text:before {
  content: '';
  display: block;
  width: 0;
  height: 38px;
  background: #f08300;
  position: absolute;
  top: 0;
  left: 10px;
  transform: skew(-23deg);
  transform-origin: left center;
  transition: all 0.3s ease-in-out;
}

.company-news-container .common-button{margin-top: 30px;}


.company-news-container .common-button .inner_text:after {
  content: '';
  display: block;
  transition: all 0.3s ease-in-out;
  width: 11px;
  height: 12px;
  background: url(../images/icon-crumbs-03.png) no-repeat;
  margin-left: 8px;
}

.company-news-container .common-button .inner_text .button_text_container {
  margin-left: -27px;
  position: relative;
  z-index: 4;
}

.company-news-container .common-button .inner_text .button_text_container:before {
  content: '';
  display: block;
  transition: all 0.3s ease-in-out;
  width: 54px;
  height: 38px;
  position: absolute;
  top: 0;
  left: -27px;
  background: url(../images/icon-juxing.png) no-repeat;
}

.company-news-container .list {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.company-news-container .list .item a {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  text-decoration: none;
}

.company-news-container .list .item .content .title {
  font-size: 22px;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 1.36;
}

.company-news-container .list .item .picture {
  max-width: 300px;
}
.company-news-container .list .item .picture img {
  width: 100%;
}
.company-news-container .list .item .item-content {
  width: 65.38%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.company-news-container .list .item .content {
  max-width: 70%;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex: 1;
}

.company-news-container .list .item:hover {
  background: #F5F6F7;
}

.company-news-container .list .item .date {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  line-height: 1;
}

/*新闻*/
.news-info-container{background-color: transparent !important;}
.main-container .common-banner {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  z-index: 10;
}
.main-container .common-banner .bg {
  background: right bottom no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  animation-delay: 1s !important;
}
.main-container .common-banner .text1 {
  position: relative;
  padding-top: 150px;
  z-index: 4;
}
.news-info-section {
  position: relative;
  z-index: 10;
  margin-top: -20px;
}
.news-info-section .news-info-main {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news-info-section .news-info-main .left {
  width: 68%;
}
.news-info-section .news-info-main .left .label-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.news-info-section .news-info-main .left .label-list .label-item {
  background: #F5F6F7;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  text-align: center;
  line-height: 45px;
  padding: 0 25px;
  margin-right: 10px;
}
.news-info-section .news-info-main .right {
  width: calc(32% - 60px);
  position: relative;
}
.news-info-section .news-info-main .left .editor {
  margin-top: 20px;
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #808080;
  line-height: 1.56;
}

.news-info-section .news-info-main .left .editor p {
  line-height: 1.66;
  margin-bottom: 20px;
}

.news-info-section .news-info-main .left .details-bottom-box {
  margin: 50px 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.news-info-section .news-info-main .left .details-bottom-box .box-item {
  width: 49%;
  min-height: 20px;
  margin-right: 0.5%;
  background: #F5F6F7;
  box-sizing: border-box;
  padding:20px;
}

.news-info-section .news-info-main .left .details-bottom-box .box-item a{text-decoration: none;}

.news-info-section .news-info-main .left .details-bottom-box .box-item .bottom-box-text .content .top {
  font-size: 15px;
  font-weight: 600;
  color: #808080;
  line-height: 2.4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-decoration: none;
}

.news-info-section .news-info-main .left .details-bottom-box .box-item .bottom-box-text .content .info {
  padding: 20px 0;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
}

.news-info-section .news-info-main .left .details-bottom-box .box-item .bottom-box-text .content .top:after {
  content: '';
  display: block;
  width: 11px;
  height: 12px;
  background: center center url(../images/icon-crumb-gray.png) no-repeat;
  background-size: 11px 12px;
  transition: all 0.3s ease-in-out;
}

.news-info-section .news-info-main .left .details-bottom-box .box-item:hover .bottom-box-text .content .top:after {
  width: 11px;
  height: 12px;
  background: center center url(../images/icon-crumbs-03.png) no-repeat;
  background-size: 11px 12px;
}

.news-info-section .news-info-main .left .details-bottom-box .box-item:hover .bottom-box-text .content .top {
  color: #cd1602;
  border-bottom: 1px solid #cd1602;
}

.news-info-section .news-info-main .left .details-bottom-box .box-item:hover .bottom-box-text .content .info{ color: #cd1602;}


.news-info-section .news-info-main .right .right-content {
  width: 100%;
}
.news-info-section .news-info-main .right .right-content .title-top .title {
  font-size: 35px;
  font-weight: 600;
  color: #0068b7;
}

.news-info-section .news-info-main .right .right-content .title-top {
  box-sizing: border-box;
  line-height:65px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-info-section .news-info-main .right .right-content .list li {
  border-bottom: 1px solid #ECECEC;
}
.news-info-section .news-info-main .right .right-content .list li a {
  display: block;
  padding: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
}
.news-info-section .news-info-main .right .right-content .list li a .info-item {
  font-size: 16px;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 1.5;
}
.news-info-section .news-info-main .right .right-content .list li a .info-item .date {
  padding-top: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.contact-container .contact-section1 .contact-content .map {
  position: relative;
  width: 100%;
  height: 700px;
}

.contact-container .contact-section1 .contact-content .content {
  width: 540px;
  min-height: 290px;
  background: #2B2F33;
  bottom: 4px;
  left: 10%;
  position: absolute;
  padding: 40px;
  box-sizing: border-box;
}

.contact-container .contact-section1 .contact-content .content .title {
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 10px;
}
.contact-container .contact-section1 .contact-content .content .title .t1 {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #E41802;
  line-height: 1.8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-container .contact-section1 .contact-content .content .list {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  line-height: 1.8;
}
.contact-container .contact-section1 .contact-content .content .list .item .icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: top;
  margin-top:5px;
  margin-right:10px;
}
.contact-container .contact-section1 .contact-content .content .list .item {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.5;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.contact-container .contact-section1 .contact-content .content .list .item span {
  vertical-align: top;
  font-size:16px;
}
.contact-container .contact-section1 .contact-content .content .title .t1:after {
  content: '';
  display: block;
  width: 11px;
  height: 12px;
  background: url(../images/icon-crumbs-03.png);
  background-size: cover;
  margin-left:10px;
}

.product-info-section{font-size: 18px; line-height: 200%; color: #000; text-align: justify;}
.product-info-section strong{font-size: 24px; display: block; margin-bottom: 8px; color: #0e6eb8; letter-spacing: 3px;}
.product-info-section img{max-width: 100%;}

.cooperation-container .coo-section4 {
  background-color: #F5F6F7;
  padding:40px 0;
}
.cooperation-container .coo-section4 .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cooperation-container .coo-section4 .common-title {
  max-width: 200px;
}
.cooperation-container .coo-section4 .form-box {
  width: 65%;
}
.cooperation-container .coo-section4 .form-box ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cooperation-container .coo-section4 .form-box ul .box-form-item {
  position: relative;
  margin-bottom: 20px;
  box-sizing: border-box;
  width: calc(50% - 20%);
}
.cooperation-container .coo-section4 .form-box ul .box-form-item .title {
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 1;
}
.contact-container .contact-section3 .form-box ul .box-form-item:nth-child(1), .contact-container .contact-section3 .form-box ul .box-form-item:nth-child(2), .contact-container .contact-section3 .form-box ul .box-form-item:nth-child(7), .contact-container .contact-section3 .form-box ul .box-form-item:nth-child(8) {
  width: 100%;
}
.contact-container .contact-section3 .form-box ul .box-form-item .radio-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-container .contact-section3 .form-box ul .box-form-item .box-radio-item {
  background: #FFFFFF;
  line-height: 45px;
  margin-right: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
input{-webkit-appearance:none;}

.contact-container .contact-section3 .form-box ul .box-form-item .box-radio-item .radio-text {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0 25px;
  cursor: pointer;
  z-index: 3;
  font-size: 15px;
  font-weight: 400;
  color: #808080;
  line-height: 45px;
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cooperation-container .coo-section4 .form-box ul .box-form-item .required {
  color: #E41802;
}
.cooperation-container .coo-section4 .form-box ul .box-form-item .select-module {
  position: relative;
}
.cooperation-container .coo-section4 .form-box ul .box-form-item .select-item {
  width: 100%;
  border-radius: 5px;
  padding: 0 25px;
  color: #808080;
  font-size: 15px;
  font-weight: 300;
  line-height: 50px;
  height: 50px;
  border: 0px none;
  background: #FFFFFF;
}
.cooperation-container .coo-section4 .form-box ul .box-form-item .select-module .mask {
  position: absolute;
  right: 5%;
  top: 50%;
}
.cooperation-container .coo-section4 .form-box ul .box-form-item .select-module .mask i {
  width: 0;
  height: 0;
  border-top: 6px solid #999999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.cooperation-container .coo-section4 .form-box ul .box-form-item {
  position: relative;
  margin-bottom: 20px;
  box-sizing: border-box;
  width: calc(50% - 10px);
}

.cooperation-container .coo-section4 .form-box ul .box-form-item .box-form-input {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  font-size: 14px;
  background-color: #FFFFFF;
  font-weight: 300;
  color: #1A1A1A;
  line-height: 38px;
  border: 0px none;
  border-radius: 5px;
}


.cooperation-container .coo-section4 .form-box ul .box-form-item .box-form-textarea {
  width: 100%;
  min-height: 80px;
  padding: 20px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 0px none;
  border-radius: 5px;
}

.cooperation-container .coo-section4 .form-box ul .box-form-item .item-submit .info {
  max-width: 70%;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  line-height: 1.57;
}

.cooperation-container .coo-section4 .form-box ul .box-form-item .item-submit .button {
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #0099E6;
}
.cooperation-container .coo-section4 .form-box ul .box-form-item .item-submit .button a{color: #fff; }

.cooperation-container .coo-section4 .form-box ul .box-form-item .item-submit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/*人才招聘*/
.nybannerf{background: url(../images/nybannerf.jpg) no-repeat center top; height: 400px;}

.hsh_zp04 {
  border-top: 1px solid #e8e8e8;
  padding-bottom: 30px;
}
.hsh_zp04 li {
  border-bottom: 1px solid #e8e8e8;
}
.hsh_zp04 li h3.cur {
  color: #f08300;
}
.zhaoptext04 {
  padding: 20px 20px 25px;
  background-color: #f2f2f2;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  display: none;
}
.recrequest04 {
  padding-bottom: 15px;
}
.zhaoptext04 .zhaotit {
  font-weight: bold;
  font-size: 14px;
  color: #4c4c4c;
  padding-bottom: 5px;
}

.contact-container .contact-section3 .form-box ul .box-form-item .box-radio-item .radio-input {
  display: none;
}
.contact-container .contact-section3 .form-box ul .box-form-item .box-radio-item .radio-label {
  position: relative;
}
.contact-container .contact-section3 .form-box ul .box-form-item .box-radio-item .radio-label::before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  background-color: #E41802;
  z-index: 1;
}
.contact-container .contact-section3 .form-box ul .box-form-item .box-radio-item .radio-input:checked + .radio-label .radio-text,
.contact-container .contact-section3 .form-box ul .box-form-item .box-radio-item .radio-input:checked + .radio-label::before {
  display: block;
  color: #FFFFFF;
}
@media (max-width: 1500px) {
  .container{width: 96%;}
  .product-container .product-section .list .item{width: 32%;}
  .nrsolutionlist li{width: 31%; margin:1.1%;}
}

@media (max-width: 800px) {
  .nybanner{height: 300px; background-size: cover;}
  .nybannerb{height: 300px; background-size: cover;}
  .nybannerc{height: 300px; background-size: cover;}
  .nybannerd{height: 300px; background-size: cover;}
  .nybannere{height: 300px; background-size: cover;}
  .container{width: 96%;}
  .product-container .product-section .list .item{width: 49%;}
  .product-container .product-section .list .item a{min-height:2rem;}
  .product-container .product-section .list .item .content .title{font-size: 15px; height: 50px;}
  .product-container .product-section .list .item .content .desc{display: none;}
  .product-container .product-section .list .item .content .more{margin-bottom: -40px; height: 38px; font-size: 14px;}
  .product-container .product-section .list .item .content .more .a{line-height: 38px; font-size: 14px;}
  .about-container .about-section1{background-size: cover; background:url(../images/about-bg.png) no-repeat right bottom #fff; height: auto;}
  .about-container .about-section1 .right-info{width: 100%;}
  .about-container .about-section1 .right-info .list{padding-top: 15px;}
  .cooperation-container .coo-section1 .adv-section .list .item{width: 100% !important;}
  .solutionlist .other-solution-table{width: 100%;}
  .solutionlist .cell-cont {font-size: 14px;}
  .solutionlist .cell-name {font-size: 14px;}
  .solutionlist .other-solution-cell{padding: 20px 0;}
  .nrsolutionlist{margin: 60px 0;}
  .nrsolutionlist li{width: 100%; margin: 1% 0;}
  .company-news-container .main-news-section{display: none;}
  .company-news-container .list .item a{display: block;}
  .company-news-container .list .item .item-content{width: 100%; margin-bottom: 15px;}
  .company-news-container .list .item .date{display: none;}
  .company-news-container .list .item .content{width: 100%; max-width: 100%;}
  .company-news-container .list .item .picture{width: 100%; max-width: 100%;}
  .contact-container .contact-section1 .contact-content .map{height: 400px;}
  .contact-container .contact-section1 .contact-content .content{left: 0; bottom: auto;}
  .cooperation-container .coo-section4 .container{display: block;}
  .cooperation-container .coo-section4 .form-box{width: 100%; margin-top: 30px;}
  .main-container .common-banner .text1{display: block; padding:0;}
  .product-info-section1.common-banner .text1 .pro-pic{max-width: 100%;}
  .main-container .common-banner{height: auto;}
  .product-info-section1.common-banner .t1{line-height: 1.2; font-size: 30px;}

  .cooperation-container .coo-section4 .form-box ul .box-form-item {
    position: relative;
    margin-bottom: 20px;
    box-sizing: border-box;
    width: 100%;
  }
}
